Einhugur Word Plugin for Xojo

Paragraph.LogicalParagraphItem Method

Fetches ParagraphItem at given index, grouping runs fields that use complex runs into one.

LogicalParagraphItem(
   index as Integer) as EinhugurWord.ParagraphItem

Parameters

index
Index of the ParagraphItem to fetch (zero based).

Returns

EinhugurWord.ParagraphItem
Handle to the ParagraphItem or nil if out of range.

Remarks

ParagraphItem can be either Run on Hyperlink.

Some fields generate complex runs which often use up 5 runs. When asking for Logical paragraph items then those complex runs get grouped so that one complex run is returned as one item.

See Also

Paragraph Class